Vcenter NamespaceManagement Software Clusters Summary
The Vcenter NamespaceManagement Software Clusters Summary schema contains basic information about the cluster upgrade related information.
This schema was added in vSphere API 7.0.0.0.
{
"cluster": "string",
"cluster_name": "string",
"current_version": "string",
"available_versions": [
"string"
],
"last_upgraded_date": "string",
"desired_version": "string",
"state": "string"
}
Identifier for the cluster.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.
Name of the cluster.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource.name
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.name
.
Current version of the cluster.
This property was added in vSphere API 7.0.0.0.
Set of versions available for upgrade.
This property was added in vSphere API 7.0.0.0.
Date of last successful upgrade.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the cluster has not yet been upgraded.
Desired version the cluster will be upgraded to.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the cluster upgrade is not in progress.
Current state of the upgrade.
For more information see: Vcenter NamespaceManagement Software Clusters State.
This property was added in vSphere API 7.0.0.0.